﻿.imgLoading {
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
}

 .Loading {
            border:solid;
            border-width:2px;
            background-color:white;
            width:300px;
            height:100px;
            position:absolute;
            top:0;
            left:0;
            right:0;
            bottom:0;
            margin:auto;
            z-index:2000;
        }

 .LoadingForm {
            border:solid;
            border-width:2px;
            background-color:white;
            width:300px;
            height:100px;
            position:absolute;
            top:100px;
            left:0;
            right:0;
            bottom:0;
            margin:4px;
            z-index:2000;
        }


        .HeaderLoading {
            margin: 2px;
            text-align: center;
            border-radius: 3px;
            background-color: #2568f3;
            color: white;
            font-family: Tahoma;
            font-size: 1em;
            padding-bottom: 6px;
            padding-top: 6px;
        }

        .HeaderLoading {
            margin: 2px;
            text-align: center;
            border-radius: 3px;
            background-color: #2568f3;
            color: white;
            font-family: Tahoma;
            font-size: 1em;
            padding-bottom: 6px;
            padding-top: 6px;
                }

        .TextLoading {
            font-size: 0.8em;
            font-family: Tahoma;
            background-color: #f8f8f8;
            right: 0px;
            left: 0px;
            bottom: 0px;
            position: absolute;
            color: red;
            margin: 2px;
            text-align: center;
       }
        .ImageLoading {
            width: 300px;
            margin: 2px;
            position: relative;
            text-align:center;
            top: 10px;
        }
       